summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-12-14 01:26:30 +0100
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-12-14 01:26:30 +0100
commitc0a94d52802005e1e85ee4950f5871e29fa718c4 (patch)
tree92904f6cf60249cd5dfa0fb8eee88864a1500676
parentUpdated 09. VirtualBox, Docker Images and Install Scripts (markdown) (diff)
downloadkrakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar
krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.gz
krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.bz2
krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.lz
krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.xz
krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.zst
krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.zip
-rw-r--r--09.-VirtualBox,-Docker-Images-and-Install-Scripts.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md
index fd25aec..78850a7 100644
--- a/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md
+++ b/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md
@@ -52,4 +52,6 @@ sudo chmod +x krakensdr_aarch64_install_doa.sh
Reboot your system after the script finishes.
-Note: If installing on a Raspberry Pi, please ensure that you are using the 64-bit version of Raspbian as the script expects a 64-bit system. \ No newline at end of file
+Note: If installing on a Raspberry Pi, please ensure that you are using the 64-bit version of Raspbian as the script expects a 64-bit system.
+
+LATEST 22.04 UBUNTU UPDATE CLANG COMPILE PROBLEMS: It appears that a recent Ubuntu update is breaking clang, hence the compilation of KFR is failing on x64 systems. The fix is simply `sudo apt-get install g++-12`. \ No newline at end of file